home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 200
- Top = 99
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSingle
- Caption = 'Form1'
- ClientHeight = 254
- ClientWidth = 394
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- TextHeight = 13
- object PaintBox1: TPaintBox
- Left = 9
- Top = 9
- Width = 375
- Height = 199
- OnPaint = PaintBox1Paint
- end
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 377
- Height = 201
- end
- object MakeBtn: TButton
- Left = 8
- Top = 216
- Width = 89
- Height = 33
- Caption = '&Generate'
- TabOrder = 0
- OnClick = MakeBtnClick
- end
- object SaveBtn: TButton
- Left = 104
- Top = 216
- Width = 89
- Height = 33
- Caption = '&Save'
- TabOrder = 1
- OnClick = SaveBtnClick
- end
- object LoadBtn: TButton
- Left = 200
- Top = 216
- Width = 89
- Height = 33
- Caption = '&Load'
- TabOrder = 2
- OnClick = LoadBtnClick
- end
- object SwapBtn: TButton
- Left = 296
- Top = 216
- Width = 89
- Height = 33
- Caption = '&Swap X && Y'
- TabOrder = 3
- OnClick = SwapBtnClick
- end
- end
-